home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / css / video-info.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-11-12  |  1.7 KB  |  114 lines

  1. body {
  2.     background: #000000;
  3.     margin: 0px;
  4. }
  5.  
  6. #videodetails-container {
  7.     position: absolute;
  8.     bottom: 0px;
  9.     width: 100%;
  10.     height: 46px;
  11.     background-color: #000000;
  12.     font: normal 11px "Lucida Grande", Arial, Helvetica, sans-serif;
  13.     color: #FFFFFF;
  14.     text-decoration: none;
  15. }
  16.  
  17. #videodetails-channeltitle {
  18.     position: absolute;
  19.     top: 6px;
  20.     left: 8px;
  21.     overflow: hidden;
  22.     min-width: 350px;
  23.     background-color: #000000;
  24.     z-index: 1;
  25. }
  26.  
  27. #videodetails-channeltitle h1 {
  28.     float: left;
  29.     display: inline;
  30.     margin: 0px;
  31.     padding: 0px;
  32.     font-size: 14px;
  33.     font-weight: bold;
  34.     color: #FFFFFF;
  35.     max-width: 500px;
  36.     overflow: hidden;
  37. }
  38.  
  39. #videodetails-channeltitle h2 {
  40.     float: left;
  41.     display: inline;
  42.     margin: 1px 0px 0px 5px;
  43.     font-size: 13px;
  44.     font-weight: normal;
  45.     color: #CCCCCC;
  46. }
  47.  
  48. #videodetails-channeltitle h2 a {
  49.     color: #CCCCCC;
  50.     text-decoration: underline;
  51. }
  52.  
  53. #videodetails-channeltitle h2 a:hover {
  54.     color: #CCCCCC;
  55.     text-decoration: none;
  56. }
  57.  
  58. #videodetails-channeltitle h3 {
  59.     clear: left;
  60.     margin: 3px 0px 0px 0px;
  61.     padding: 0px;
  62.     font-size: 12px;
  63.     font-weight: normal;
  64.     color: #FFFFFF;
  65. }
  66.  
  67. #videodetails-channeltitle h3 a {
  68.     color: #FFFFFF;
  69.     text-decoration: underline;
  70. }
  71.  
  72. #videodetails-channeltitle h3 a:hover {
  73.     color: #FFFFFF;
  74.     text-decoration: none;
  75. }
  76.  
  77. #videodetails-actions {
  78. text-align: right;
  79. float: right;
  80. width: 190px;
  81. padding-top: 4px;
  82. margin-right: 5px;
  83. line-height: 13px;
  84. color: #ddd;
  85. font-weight: bold;
  86. font-size: 9px;
  87. }
  88.  
  89. #videodetails-actions a {
  90. color: #ddd;
  91. /* text-decoration: none; */
  92. }
  93.  
  94. #videodetails-actions a:hover {
  95. text-decoration: underline;
  96. }
  97.  
  98. #videodetails-actions .expiration {
  99.         margin-right: 10px;
  100. }
  101.  
  102.  
  103. #videodetails-ad {
  104.     position: absolute;
  105.     width: 480px;
  106.     top: 8px;
  107.     right: 8px;
  108.     z-index: 0;
  109. }
  110.  
  111. img {    
  112.     border: 0px;
  113. }
  114.